-
-
Notifications
You must be signed in to change notification settings - Fork 301
Fix: Admin Bugs #750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Admin Bugs #750
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #750 +/- ##
==========================================
+ Coverage 83.98% 84.09% +0.11%
==========================================
Files 27 27
Lines 1611 1610 -1
Branches 253 253
==========================================
+ Hits 1353 1354 +1
+ Misses 196 195 -1
+ Partials 62 61 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7b71c73 to
47510e7
Compare
2ed9c7b to
7d1b8af
Compare
…ers (not just ct_id) when redirecting to child admin's add view.
bckohan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JohananOppongAmoateng It looks like the change to helpers.py was unnecessary because #380 appears to have been fixed upstream in Django. I removed it and added a full integration test for uploads in inline forms. Let me know if you think this is in error!
Fix admin bugs: polymorphic inline file uploads and popup validation (#380, #612)
Issues Addressed
Closes #380
Closes #612